projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9790ad8
)
(Coding Conventions): Minor fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Feb 2004 01:12:57 +0000
(
01:12
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Feb 2004 01:12:57 +0000
(
01:12
+0000)
lispref/tips.texi
patch
|
blob
|
history
diff --git
a/lispref/tips.texi
b/lispref/tips.texi
index c78d13f947e52f04a0c3e8101d3909522397d627..e917a90b0e45efdc6e814f9ab18ce700393aa175 100644
(file)
--- a/
lispref/tips.texi
+++ b/
lispref/tips.texi
@@
-251,7
+251,7
@@
replacements differs from that of the originals.
@item
Avoid using macros that define functions and variables with names that
-are constructed. It is best for maintenance wen the name of the
+are constructed. It is best for maintenance w
h
en the name of the
function or variable being defined is given explicitly in the source
code, as the second element of the list---as it is when you use
@code{defun}, @code{defalias}, @code{defvar} and @code{defopt}.